'宣言 Public Overloads Function IndexOf( _ ByVal value As System.Object _ ) As System.Integer
public System.int IndexOf( System.object value )
パラメータ
- value
- The object to locate in the System.Collections.IList.
戻り値の型
The index of value if found in the list; otherwise, -1.